From 13f13ebaed4e4cbccf5902699be8f8e55344d19b Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 11 Dec 2002 06:54:09 +0000 Subject: [PATCH] Fix "problem" (looks like legal XML to me, grrr) in geo loc format that prevented geobuddy from reading the output. --- gpsbabel/Makefile | 4 ++-- gpsbabel/geo.c | 4 ++-- gpsbabel/reference/gl.loc | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 0280b64ac..6f5fb0dea 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -31,8 +31,8 @@ dep: make clean && make CC="gcc -MMD" && cat *.d */*.d > /tmp/dep echo Edit Makefile and bring in /tmp/dep -VERSIONU=1_1_0 -VERSIOND=1.1.0 +VERSIONU=1_1_0a +VERSIOND=1.1.0a release: rm -fr gpsbabel-$(VERSIOND) cvs tag gpsbabel_$(VERSIONU) diff --git a/gpsbabel/geo.c b/gpsbabel/geo.c index 5662cc24f..32c1f9b0e 100644 --- a/gpsbabel/geo.c +++ b/gpsbabel/geo.c @@ -204,10 +204,10 @@ geo_waypt_pr(const waypoint *waypointp) fprintf(ofd, "", waypointp->description); fprintf(ofd, "\n"); - fprintf(ofd, "", + fprintf(ofd, "", waypointp->position.latitude.degrees, waypointp->position.longitude.degrees); - fprintf(ofd, "\n"); + fprintf(ofd, "\n"); if (waypointp->url) { fprintf(ofd, "%s\n", diff --git a/gpsbabel/reference/gl.loc b/gpsbabel/reference/gl.loc index ff5fba8c9..f514e8627 100644 --- a/gpsbabel/reference/gl.loc +++ b/gpsbabel/reference/gl.loc @@ -1,47 +1,47 @@ - + http://www.geocaching.com/seek/cache_details.asp?ID=3771 - + http://www.geocaching.com/seek/cache_details.asp?ID=6711 - + http://www.geocaching.com/seek/cache_details.asp?ID=7211 - + http://www.geocaching.com/seek/cache_details.asp?ID=9641 - + http://www.geocaching.com/seek/cache_details.asp?ID=10019 - + http://www.geocaching.com/seek/cache_details.asp?ID=11121 - + http://www.geocaching.com/seek/cache_details.asp?ID=12447 - + http://www.geocaching.com/seek/cache_details.asp?ID=12666 - + http://www.geocaching.com/seek/cache_details.asp?ID=12669 -- 2.30.2